FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.uk-koeln.nngm.form#1.0.0 (156 ms)

Package de.uk-koeln.nngm.form
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.uk-koeln.nngm.form@1.0.0&canonical=http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/histologie
Url http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/histologie
Version 1.0.0
Status active
Name Profile_nNGM_Observation_Histologie
Title Profile - nNGM - Observation - Histologie
Experimental False
Description Dieses Profil beschreibt die Klassifikation (Morphologie), Topographie und die Histopathologische Differenzierung (Grading) der Tumorerkankung innerhalb des nNGM Projektes.
Type Observation
Kind resource

Resources that use this resource

StructureDefinition
http://uk-koeln.de/fhir/StructureDefinition/nNGM/Composition Profile - nNGM - Composition

Resources that this resource uses

StructureDefinition
http://uk-koeln.de/fhir/StructureDefinition/Patient/nNGM/pseudonymisiert Profile - nNGM - Patient - Patient Pseudonymisiert
http://uk-koeln.de/fhir/StructureDefinition/nNGM/Specimen Profil - nNGM - Specimen - Tumormaterial
http://uk-koeln.de/fhir/ValueSet/nNGM/grading ValueSet - nNGM - Grading
http://uk-koeln.de/fhir/ValueSet/nNGM/histologie-klassifikation ValueSet - nNGM - Klassifikation (Histologie)
http://uk-koeln.de/fhir/ValueSet/icd-o-3-topologie ValueSet - nNGM - Topographie


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "Profile-nNGM-Observation-Histologie",
  "url" : "http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/histologie",
  "version" : "1.0.0",
  "name" : "Profile_nNGM_Observation_Histologie",
  "title" : "Profile - nNGM - Observation - Histologie",
  "status" : "active",
  "description" : "Dieses Profil beschreibt die Klassifikation (Morphologie), Topographie und die Histopathologische Differenzierung (Grading) der Tumorerkankung innerhalb des nNGM Projektes.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "sct-concept",
      "uri" : "http://snomed.info/conceptdomain",
      "name" : "SNOMED CT Concept Domain Binding"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "sct-attr",
      "uri" : "http://snomed.org/attributebinding",
      "name" : "SNOMED CT Attribute Binding"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.status",
        "path" : "Observation.status",
        "fixedCode" : "final"
      },
      {
        "id" : "Observation.category",
        "path" : "Observation.category",
        "min" : 1,
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
              "code" : "laboratory"
            }
          ]
        }
      },
      {
        "id" : "Observation.code.coding",
        "path" : "Observation.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.code.coding:loinc",
        "path" : "Observation.code.coding",
        "sliceName" : "loinc",
        "min" : 1,
        "patternCoding" : {
          "system" : "http://loinc.org",
          "code" : "59847-4"
        }
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "label" : "Patient",
        "short" : "Ein Bezug zum Patienten muss stets gegeben sein",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://uk-koeln.de/fhir/StructureDefinition/Patient/nNGM/pseudonymisiert"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "label" : "Klassifikation",
        "min" : 1,
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://uk-koeln.de/fhir/ValueSet/nNGM/histologie-klassifikation"
        }
      },
      {
        "id" : "Observation.bodySite",
        "path" : "Observation.bodySite",
        "label" : "Lokalisation",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "http://uk-koeln.de/fhir/ValueSet/icd-o-3-topologie"
        }
      },
      {
        "id" : "Observation.specimen",
        "path" : "Observation.specimen",
        "label" : "Tumormaterial",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://uk-koeln.de/fhir/StructureDefinition/nNGM/Specimen"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component",
        "path" : "Observation.component",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "code.coding.code"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Observation.component:grading",
        "path" : "Observation.component",
        "sliceName" : "grading",
        "max" : "1"
      },
      {
        "id" : "Observation.component:grading.code.coding.system",
        "path" : "Observation.component.code.coding.system",
        "fixedUri" : "http://loinc.org"
      },
      {
        "id" : "Observation.component:grading.code.coding.code",
        "path" : "Observation.component.code.coding.code",
        "fixedCode" : "59542-1"
      },
      {
        "id" : "Observation.component:grading.value[x]",
        "path" : "Observation.component.value[x]",
        "label" : "Grading",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://uk-koeln.de/fhir/ValueSet/nNGM/grading"
        }
      },
      {
        "id" : "Observation.component:grading.referenceRange",
        "path" : "Observation.component.referenceRange",
        "contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaLepidic",
        "path" : "Observation.component",
        "sliceName" : "growthPatternInAdenocarcinomaLepidic",
        "max" : "1"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaLepidic.code.coding.system",
        "path" : "Observation.component.code.coding.system",
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaLepidic.code.coding.code",
        "path" : "Observation.component.code.coding.code",
        "fixedCode" : "112677002"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaLepidic.value[x]",
        "path" : "Observation.component.value[x]",
        "label" : "Wachstumsmuster bei Adenokarzinom lepidisch",
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaLepidic.value[x].value",
        "path" : "Observation.component.value[x].value",
        "min" : 1
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaLepidic.value[x].unit",
        "path" : "Observation.component.value[x].unit",
        "min" : 1,
        "fixedString" : "%"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaLepidic.value[x].system",
        "path" : "Observation.component.value[x].system",
        "min" : 1,
        "fixedUri" : "http://unitsofmeasure.org"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaLepidic.referenceRange",
        "path" : "Observation.component.referenceRange",
        "contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaAcinar",
        "path" : "Observation.component",
        "sliceName" : "growthPatternInAdenocarcinomaAcinar",
        "max" : "1"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaAcinar.code.coding.system",
        "path" : "Observation.component.code.coding.system",
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaAcinar.code.coding.code",
        "path" : "Observation.component.code.coding.code",
        "fixedCode" : "128703004"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaAcinar.value[x]",
        "path" : "Observation.component.value[x]",
        "label" : "Wachstumsmuster bei Adenokarzinom azinär",
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaAcinar.value[x].value",
        "path" : "Observation.component.value[x].value",
        "min" : 1
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaAcinar.value[x].unit",
        "path" : "Observation.component.value[x].unit",
        "min" : 1,
        "fixedString" : "%"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaAcinar.value[x].system",
        "path" : "Observation.component.value[x].system",
        "min" : 1,
        "fixedUri" : "http://unitsofmeasure.org"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaAcinar.referenceRange",
        "path" : "Observation.component.referenceRange",
        "contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaPapillary",
        "path" : "Observation.component",
        "sliceName" : "growthPatternInAdenocarcinomaPapillary",
        "max" : "1"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaPapillary.code.coding.system",
        "path" : "Observation.component.code.coding.system",
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaPapillary.code.coding.code",
        "path" : "Observation.component.code.coding.code",
        "fixedCode" : "4797003"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaPapillary.value[x]",
        "path" : "Observation.component.value[x]",
        "label" : "Wachstumsmuster bei Adenokarzinom papillär",
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaPapillary.value[x].value",
        "path" : "Observation.component.value[x].value",
        "min" : 1
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaPapillary.value[x].unit",
        "path" : "Observation.component.value[x].unit",
        "min" : 1,
        "fixedString" : "%"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaPapillary.value[x].system",
        "path" : "Observation.component.value[x].system",
        "min" : 1,
        "fixedUri" : "http://unitsofmeasure.org"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaPapillary.referenceRange",
        "path" : "Observation.component.referenceRange",
        "contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaMicropapillary",
        "path" : "Observation.component",
        "sliceName" : "growthPatternInAdenocarcinomaMicropapillary",
        "max" : "1"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaMicropapillary.code.coding.system",
        "path" : "Observation.component.code.coding.system",
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaMicropapillary.code.coding.code",
        "path" : "Observation.component.code.coding.code",
        "fixedCode" : "450895005"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaMicropapillary.value[x]",
        "path" : "Observation.component.value[x]",
        "label" : "Wachstumsmuster bei Adenokarzinom mikropapillär",
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaMicropapillary.value[x].value",
        "path" : "Observation.component.value[x].value",
        "min" : 1
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaMicropapillary.value[x].unit",
        "path" : "Observation.component.value[x].unit",
        "min" : 1,
        "fixedString" : "%"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaMicropapillary.value[x].system",
        "path" : "Observation.component.value[x].system",
        "min" : 1,
        "fixedUri" : "http://unitsofmeasure.org"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaMicropapillary.referenceRange",
        "path" : "Observation.component.referenceRange",
        "contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaSolid",
        "path" : "Observation.component",
        "sliceName" : "growthPatternInAdenocarcinomaSolid",
        "max" : "1"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaSolid.code.coding.system",
        "path" : "Observation.component.code.coding.system",
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaSolid.code.coding.code",
        "path" : "Observation.component.code.coding.code",
        "fixedCode" : "81920005"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaSolid.value[x]",
        "path" : "Observation.component.value[x]",
        "label" : "Wachstumsmuster bei Adenokarzinom solide",
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaSolid.value[x].value",
        "path" : "Observation.component.value[x].value",
        "min" : 1
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaSolid.value[x].unit",
        "path" : "Observation.component.value[x].unit",
        "min" : 1,
        "fixedString" : "%"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaSolid.value[x].system",
        "path" : "Observation.component.value[x].system",
        "min" : 1,
        "fixedUri" : "http://unitsofmeasure.org"
      },
      {
        "id" : "Observation.component:growthPatternInAdenocarcinomaSolid.referenceRange",
        "path" : "Observation.component.referenceRange",
        "contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
      },
      {
        "id" : "Observation.component:percentageOfSignetRingCellCarcinoma",
        "path" : "Observation.component",
        "sliceName" : "percentageOfSignetRingCellCarcinoma",
        "max" : "1"
      },
      {
        "id" : "Observation.component:percentageOfSignetRingCellCarcinoma.code.coding.system",
        "path" : "Observation.component.code.coding.system",
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Observation.component:percentageOfSignetRingCellCarcinoma.code.coding.code",
        "path" : "Observation.component.code.coding.code",
        "fixedCode" : "87737001"
      },
      {
        "id" : "Observation.component:percentageOfSignetRingCellCarcinoma.value[x]",
        "path" : "Observation.component.value[x]",
        "label" : "Anteil an Siegelringzellkarzinomen",
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.component:percentageOfSignetRingCellCarcinoma.value[x].value",
        "path" : "Observation.component.value[x].value",
        "min" : 1
      },
      {
        "id" : "Observation.component:percentageOfSignetRingCellCarcinoma.value[x].unit",
        "path" : "Observation.component.value[x].unit",
        "min" : 1,
        "fixedString" : "%"
      },
      {
        "id" : "Observation.component:percentageOfSignetRingCellCarcinoma.value[x].system",
        "path" : "Observation.component.value[x].system",
        "min" : 1,
        "fixedUri" : "http://unitsofmeasure.org"
      },
      {
        "id" : "Observation.component:percentageOfSignetRingCellCarcinoma.referenceRange",
        "path" : "Observation.component.referenceRange",
        "contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.